Previous: The Active File, Up: Starting Up [Contents][Index]
gnus-load-hookA hook run while Gnus is being loaded. Note that this hook will normally be run just once in each Emacs session, no matter how many times you start Gnus.
gnus-before-startup-hookA hook called as the first thing when Gnus is started.
gnus-before-resume-hookA hook called as the first thing when Gnus is resumed after a suspend.
gnus-startup-hookA hook run as the very last thing after starting up Gnus
gnus-started-hookA hook that is run as the very last thing after starting up Gnus successfully.
gnus-setup-news-hookA hook that is run after reading the .newsrc file(s), but before generating the group buffer.
gnus-check-bogus-newsgroupsIf non-nil, Gnus will check for and delete
all bogus groups at startup. A bogus group is a
group that you have in your .newsrc file, but
doesn’t exist on the news server. Checking for bogus
groups can take quite a while, so to save time and resources
it’s best to leave this option off, and do the checking
for bogus groups once in a while from the group buffer
instead (see Group
Maintenance).
gnus-inhibit-startup-messageIf non-nil, the startup message won’t
be displayed. That way, your boss might not notice as easily
that you are reading news instead of doing your job. Note
that this variable is used before ~/.gnus.el is
loaded, so it should be set in .emacs
instead.
gnus-no-groups-messageMessage displayed by Gnus when no groups are available.
gnus-use-backend-marksIf non-nil, Gnus will store article marks
both in the .newsrc.eld file and in the
backends. This will slow down group operation some.
Previous: The Active File, Up: Starting Up [Contents][Index]